home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 41
/
Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso
/
-seriously_amiga-
/
programming
/
other
/
gui4cli
/
dir
/
dir.user
< prev
next >
Wrap
Text File
|
1999-04-29
|
1KB
|
73 lines
G4C
; USER GUI
; This is a gui you can use to attach all the guis you make, or
; use it as a program launcher, or as what ever...
; The file is dir/dir.user
; Change it by attaching commands to the various buttons defined
; below..
; ============================= Global commands (leave them alone)
WinBig 0 0 160 105 ""
WinType 00001000
winonwin Dir.g3 0 0
varpath dir.gc/find.gc/fsearch.gc ; you may need to expand your path here...
xOnRMB
guiclose Dir.user
xOnInactive
guiclose Dir.user
xOnLoad
guiopen dir.user
xOnReload
guiopen dir.user
;================================ buttons (left bank) - Change them!
xbutton 0 0 80 15 "<<" ; takes you back to the previous gui
guiopen dir.g3
guiclose dir.user
xbutton 0 15 80 15 ''
xbutton 0 30 80 15 ''
xbutton 0 45 80 15 ''
xbutton 0 60 80 15 ''
xbutton 0 75 80 15 ''
xbutton 0 90 80 15 ''
; ------------------ Buttons right bank
xbutton 80 0 80 15 Click
xbutton 80 15 80 15 HERE!
; this will load & display this file - delete these lines when you expand.
extract dir.user guipath path
joinfile $path dir.user path
*FILENAME = $path
guiload guis:tools/read.gc
xbutton 80 30 80 15 ""
xbutton 80 45 80 15 ""
xbutton 80 60 80 15 ''
xbutton 80 75 80 15 ""
xbutton 80 90 80 15 ""